home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / src / amitcp / protos / kern / amiga_time_protos.h < prev    next >
Encoding:
Text File  |  1993-03-05  |  130 b   |  10 lines

  1. /* Prototypes for functions defined in
  2. amiga_time.c
  3.  */
  4.  
  5. BOOL init_timer(void);
  6.  
  7. void deinit_timer(void);
  8.  
  9. BOOL timer_poll(VOID);
  10.